alias ls='ls -alF --color=auto'
alias find-grep='find -type f -name "*.[c|h]" | xargs grep '
alias find-grep-all='find -type f -name "*" | xargs grep '
export EDITOR=vim
export PATH="~/toolchain/bin/":${PATH}
